home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc2_x / beer.sea / Beer / Beer Stax / card_11045.txt < prev    next >
Text File  |  1988-09-26  |  2KB  |  102 lines

  1. -- card: 11045 from stack: in
  2. -- bmap block id: 12116
  3. -- flags: 0000
  4. -- background id: 2662
  5. -- name: other beers
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=418 top=314 right=337 bottom=449
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 9120 / 9120
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Prev
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to previous card
  23. end mouseUp
  24.  
  25.  
  26. -- part 2 (button)
  27. -- low flags: 00
  28. -- high flags: 0000
  29. -- rect: left=449 top=314 right=337 bottom=479
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 19162 / 19162
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: Next
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   go to next card
  41. end mouseUp
  42.  
  43.  
  44. -- part 3 (button)
  45. -- low flags: 00
  46. -- high flags: 0000
  47. -- rect: left=389 top=311 right=338 bottom=412
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 1
  51. -- font id: 0
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: Tastes
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   go to stack "beer tastes"
  59.   find word "Other" in field "type"
  60.   click at 1,1
  61. end mouseUp
  62.  
  63.  
  64.  
  65. -- part 4 (button)
  66. -- low flags: 00
  67. -- high flags: 8003
  68. -- rect: left=252 top=321 right=342 bottom=331
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 0 / 0
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: Beer Types
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   visual effect scroll left slow
  80.   go to card ID 12397
  81. end mouseUp
  82.  
  83.  
  84.  
  85. -- part 5 (button)
  86. -- low flags: 00
  87. -- high flags: 8003
  88. -- rect: left=333 top=322 right=342 bottom=387
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 0 / 0
  91. -- text alignment: 1
  92. -- font id: 0
  93. -- text size: 12
  94. -- style flags: 0
  95. -- line height: 16
  96. -- part name: Menu
  97. ----- HyperTalk script -----
  98. on mouseUp
  99.   go to card ID 3496
  100. end mouseUp
  101.  
  102.